|
ObjectiveLib
1.0.0
|
Compute the remainder of division. More...
#import <ObjectiveLib/Functional.h>

Public Member Functions | |
| (id) | - performBinaryFunctionWithArg:andArg: |
| Compute the remainder of the division of the value of arg1 by the value of arg2. | |
Compute the remainder of division.
The value of one argument is divided by the value of another, and the result is the remainder of division.
| - (id) performBinaryFunctionWithArg: | (id) | arg1 | |
| andArg: | (id) | arg2 | |
Compute the remainder of the division of the value of arg1 by the value of arg2.
arithmeticModulus: found in the OLArithmetic protocol.| arg1 | the value to divide |
| arg2 | the value by which to divide |
Reimplemented from <OLBinaryFunction>.
|